ComponentOne FlexReport for WinForms
Item(Int32) Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > ReportObjectCollection<TItem> Class > Item Property : Item(Int32) Property
The zero-based index of the element to get.
Gets the element at the specified index.
Syntax
'Declaration
 
Public Overloads MustOverride ReadOnly Property Item( _
   ByVal index As System.Integer _
) As TItem
public abstract TItem Item( 
   System.int index
) {get;}

Parameters

index
The zero-based index of the element to get.

Property Value

The element at specified index.
See Also

Reference

ReportObjectCollection<TItem> Class
ReportObjectCollection<TItem> Members
Overload List